//==============================================================================
// torch_anim.txt
//==============================================================================

//==============================================================================
define TorchFire
{
   SetSelector
   {
      set hotspot
      {
         version
         {
            Visualparticle SFX A Generic Fire Small
         }
      }
   }     
}

//==============================================================================
define Torch
{
   SetSelector
   {
         set hotspot
         {
            version
            {
               Visual attachments a torch standard
				Connect ATTACHPOINT TorchFire hotspot     
            }
         }
      }
   }
}

//==============================================================================
define TorchBack
{
   SetSelector
   {
         set hotspot
         {
            version
            {
               Visual attachments a torch standard
            }
         }
      }
   }
}

